e9370864455759c9c9b3b9c411bb7a8f442f6c43
[git-annex.git] /
1 [[!comment format=mdwn
2  username="http://rfhbuk.pip.verisignlabs.com.pip.verisignlabs.com/"
3  nickname="rfhb"
4  subject="comment 2"
5  date="2015-04-29T15:45:34Z"
6  content="""
7 Thank you. I was wondering about the URL as flagged above. When I specify the URL as I did, the git commands work but when I change it to ssh://git@gitlab.com:/~/gitlabname/reponame.git, git command fails with 
8
9     > git push encrypted master 
10     gcrypt: Development version -- Repository format MAY CHANGE
11     gcrypt: Repository not found: ssh://git@gitlab.com:/~/gitlabname/reponame.git
12     gcrypt: Setting up new repository
13     gcrypt: Remote ID is :id:xxxxxxxxxxxxxxxxx
14     Counting objects: 3, done.
15     Total 3 (delta 0), reused 0 (delta 0)
16     gcrypt: Encrypting to: --throw-keyids --default-recipient-self
17     gcrypt: Requesting manifest signature
18     .... passphase entered ... 
19     GitLab: No such project       
20     fatal: Could not read from remote repository.
21     Please make sure you have the correct access rights
22     and the repository exists.
23     error: failed to push some refs to 'gcrypt::ssh://git@gitlab.com:/~/gitlabname/reponame.git'
24
25 So perhaps I need to investigate how to get gcrypt to work with remote git(lab) repositories. Thanks. 
26 """]]